home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 058 (1988-05-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 058 (1988-05-15)(Ossowski, Stefan)(DE)(PD).adf / AntiVirus / AntiVirus.Doc < prev    next >
Text File  |  1988-04-21  |  3KB  |  89 lines

  1.  
  2. ; AntiVirus  by  HEIKO RATH
  3.  
  4.     -=>A very short hack to check and reset the 3 ResetPointers
  5.             (Cold-, Cool- and WarmCapture)
  6.  
  7.  Once upon a time I was sitting in front of my Amiga and inserted a new
  8.  Public Domain Disk when suddenly a message in a red box apeared. The
  9.  message was like this:
  10.  
  11.     Something wonderful has happened. Your Amiga is alive !!!
  12.     A and even better ... Some of your Disks are infected by
  13.     a VIRUS !!! Another masterpiece of the Mega Mighty SCA !!
  14.  
  15.  At first I was shocked, but then I started to defeat the Virus from my
  16.  Bootblocks. It is a rather harmless thing, the only damage it is able
  17.  to do is to destroy/alter your bootblocks. But it is possible that another
  18.  Virus might not be as harmless as the SCA-Virus. So I wrote a little toy to
  19.  prevent my machine from being hurt by a resetresident Virus. The only
  20.  thing it does is to check, report and reset your Resetpointers 'cause
  21.  I think this is the usual way a Virus does it's dirty work. For the best
  22.  results possible I use it in my startup-sequence & Shellstartup-sequence.
  23.  This little program only works in the CLI environment. If all 3 vectors
  24.  point to $00000000 then everything is OK (at least these are the default
  25.  values). To force AntiVirus to clear the pointers enter "AntiVirus c".
  26.  
  27.  I used Asm68k and Blink6.7 to assemble and link it.
  28.  
  29.         !!!!!!!!COPY ME I WANT TO TRAVEL!!!!!!!!
  30.  
  31.  This program is public domain. Feel free to copy and modify it. If you
  32.  like it you can do one of the following things:
  33.  
  34.  1.    absolutly nothing
  35.  2.    send me something I deserve:
  36.                 money, yachts, beer, Marabu chocolate
  37.  3.    contact us
  38.  
  39.                 Heiko Rath
  40.                 Raiffeisenstr.10a
  41.                 D-6108 Weiterstadt
  42.                 WEST GERMANY
  43.                 Tel.06150-2658
  44.  
  45.                                      or
  46.  
  47.                           
  48. ______  /          
  49. ______\O                    - The Software Brewery - 
  50.       \\                          
  51.        o            Sparkling, fresh software from W.-Germany
  52.                  
  53.      @@@@@          Straight from the bar to your Amiga
  54.      |~~~|\        
  55.      | | |/        
  56.      |___|        With our regards to the Software Distillery
  57.  
  58. Members are (listed alphabetically):
  59. Christian Balzer alias <CB>, Lattice C, user interfaces, beer addict. 
  60. Christof Bonnkirch, Aztec C, telecommunications, money adict.
  61. Heiko Rath alias <HR>, Assembler, ROM-Kernal stuff, Marabou addict. 
  62. Peter Stark alias PS, Lattice C, IO & utilities, WordStar addict.
  63. Ralf Woitinas alias RAF, Assembler, anything, Ray-Tracing addict.
  64. Torsten Wronski alias MM, Assembler, anything, girls addict.
  65.  
  66. Beverages: Altenmuenster Brauer Bier, Urfraenkisches Landbier, Grohe Bock.
  67.  
  68. Send exotic drinks, $$$$, comments, critizism, flames to:
  69.  
  70. The Software Brewery
  71. Christian Balzer
  72. Im Wingertsberg 45
  73. D-6108 Weiterstadt
  74. West-Germany
  75.  
  76. Our BBS "AmigaNode" isn't online yet. As soon as it becomes available, 
  77. you'll be the first to know :-).
  78.  
  79.  
  80.  
  81.  Thanks to Larry Phillips, (CIS - 76703,4322) for his binhexroutine!!! 
  82.  Note to Leo Schwab: keep on developing display hacks!!!
  83.  
  84.  Remember:
  85. +--------------------------------------------------------------------+
  86.  A clean, neat, and orderly work place is a sure sign for a sick mind  :-)
  87. +--------------------------------------------------------------------+
  88.  
  89.